home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
ICONT_FO
/
OPCODE.H
< prev
next >
Wrap
Text File
|
1990-03-02
|
250b
|
18 lines
/*
* Opcode table structure.
*/
struct opentry {
char *op_name; /* name of opcode */
int op_code; /* opcode number */
};
/*
* External definitions.
*/
extern struct opentry optable[];
extern int NOPCODES;
#include "::h:opdefs.h"